body {
	line-height: 1.2;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #4e9e00;
}

.layout-zone-navigation a:active,
.layout-zone-navigation a:focus,
.layout-zone-navigation a:hover,
.layout-zone-navigation .dropdown-item:focus,
.layout-zone-navigation .dropdown-item:hover{
	background-color: transparent;
}

table.table.table-striped.w-100 td {
    color: black !important;
}

.home-products-slider .product-price-amount.product-price-final {
    display: none;
}

.home-products-slider .product-action.align-self-end.w-100 {
    display: none;
}

/** Header **/
.container-header {
	border-bottom: 1px solid;
}

.container-header-wrapper {
	padding-bottom: 10px;
}

header {
	margin-bottom: 0.5rem;
}

.page-home header {
	margin-bottom: 0;
}

.header-bg {
	position: relative!important;
}

.header-search,
.header-search-append {
	border-radius: 25px;
}

.cart-link {
	position: relative;
}

.item-count {
	height: 1.2rem;
	min-width: 1.2rem;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	bottom: 3px;
	font-size: .75rem;
	text-align: center;
	padding: 2px 4px;
}

#account-menu-btn {
	cursor: pointer;
}

#account-menu-btn:after {
	display: none;
}

.btn-primary.header-search-append {
	background: #fff !important;
}

.header-search-append .fa {
	color: #dd1628 !important;
}

.list-group-item {
	background-color: #2a2a2a !important;
}

.predictive-search-results .inner-div {
	border-radius: 1.5rem;
	background-color: #2a2a2a;
}

.mobile-only {
    display: none;
}

/** Home page slider **/
.container-slider {
	padding: 0;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-image {
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-wrapper {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
	max-width: 500px;
	width: 80%;
	padding: 1rem;
}

.slide-header {
    font-weight: normal;
    line-height: 1;
	text-transform: capitalize;
}

.btn-slider {
    padding: .75rem 2.5rem;
    border-radius: 0;
    font-weight: 400;
    font-size: 1.25rem;
}

.home-slider-pagination {
	bottom: 10% !important;
}

/** Home page **/
.home-header {
	text-align: center;
	margin: 2rem 0;
	text-transform: uppercase;
}

/** Product **/
.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
}

.product-info .product-rating .rating {
	min-width: auto;
}

/** Categories **/
#catalog-navigation-menu-collapse {
	padding: 0 10px;
}

/** Footer **/
.footer-header {
	font-weight: 300;
	margin-bottom: 1rem;
}

.company-address {
	line-height: 2
}

.layout-zone-top-footer,
.layout-zone-footer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.layout-zone-top-footer .image-logo {
	max-width: 250px;
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: 1rem;
	height: 1rem;
}

@media (min-width: 576px) {

}

@media (min-width: 768px){
	.layout-zone-newsletter .newsletter-desc {
		text-align: left;
		margin:0;
	}

	.layout-zone-about-us .about-us-bg,
	.layout-zone-about-us .highlight-img {
		min-height: 500px;
	}
}

@media (min-width: 992px){
	.page-home header {
		z-index: 9999;
		width: 100%;
	}

	.layout-zone-about-us .content-wrapper {
		padding: 1rem 5rem;
	}

	.layout-zone-about-us .about-us-header {
		margin-bottom: 2rem;
	}

	.slide-text-wrapper {
		max-width: 800px;
	}

	.slide-image{
		min-height: 750px;
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 25px;
		transform: translate(0, -50%);
	}

    .slide-text-wrapper.slide-position-left {
        left: 25px;
        transform: translate(0, -50%);
    }

    .slide-text-wrapper.slide-position-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}

	.product-slider-prev {
		left: -4rem;
	}

	.product-slider-next {
		right: -4rem;
	}
}

@media (max-width: 992px) {
	h2.slide-header {
		font-size: 5.5rem !important;
	}

	#header-wrapper {
		position: relative !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
	.mobile-only {
    display: block;
}

}

@media ( max-width: 991.98px ){
}

@media (max-width: 768px) {
	h2.slide-header {
		font-size: 3rem !important;
	}
	.social-links-container .footer-header {
		text-align: center;
	}
	.social-links {
		justify-content: center !important;
	}
	.mobile-only {
    display: block;
}

}

@media (max-width: 576px) {
	h2.slide-header {
		font-size: 2rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}
}
